DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / PerformPrimaryAction Method

In This Topic
    PerformPrimaryAction Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub PerformPrimaryAction( _
       ByVal tableView As UIKit.UITableView, _
       ByVal rowIndexPath As Foundation.NSIndexPath _
    ) 
    public virtual void PerformPrimaryAction( 
       UIKit.UITableView tableView,
       Foundation.NSIndexPath rowIndexPath
    )

    Parameters

    tableView
    rowIndexPath
    See Also